EventsCalendar for ASP.NET Web Forms
Export(String,IList<Event>) メソッド

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1EventsCalendar 名前空間 > C1EventsCalendarXmlExchanger クラス > Export メソッド : Export(String,IList<Event>) メソッド
エクスポート先のフルパス(ファイル名と拡張子を含む)を含む System.String
System.Collections.Generic.IList`1 オブジェクト。
予定のデータをファイルにエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal path As System.String, _
   ByVal appointments As System.Collections.Generic.IList(Of Event) _
) 
public void Export( 
   System.string path,
   System.Collections.Generic.IList<Event> appointments
)

パラメータ

path
エクスポート先のフルパス(ファイル名と拡張子を含む)を含む System.String
appointments
System.Collections.Generic.IList`1 オブジェクト。
参照

C1EventsCalendarXmlExchanger クラス
C1EventsCalendarXmlExchanger メンバ
オーバーロード一覧